











output = (1-t)(lastOutput) + t(input); lastOutput = output where t is from 0 to 1. lastOutput would be internal state of the filter. essentially t is a slider between the incoming sample and the last sample. 100% last sample means no movement, 0% last sample means full movement









































